require 'import'
import "android.content.*"
i= Intent()
.setComponent(ComponentName("com.google.android.apps.maps", "com.google.android.apps.maps.TrafficHubActivity"))
this.startActivity(i)